home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 8 / hack.version.c < prev    next >
C/C++ Source or Header  |  1994-01-27  |  224b  |  15 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. #include    "date.h"
  4.  
  5. doversion(){
  6.     pline("AMIGA %s 1.0.1 - last edit %s.",
  7. #ifdef QUEST
  8.         "Quest"
  9. #else
  10.         "Hack"
  11. #endif QUEST
  12.     , datestring);
  13.     return(0);
  14. }
  15.